SmartFTP FTP Library
|
Contains a list of supported key exchange algorithms.
Default: { ftpKeyExchangeDiffieHellmanGroupExchangeSHA256, ftpKeyExchangeDiffieHellmanGroupExchangeSHA1, ftpKeyExchangeDiffieHellmanGroup1SHA1, ftpKeyExchangeDiffieHellmanGroup14SHA1 }
__property VARIANT* KeyExchanges;
During the client/server handshake the client sends the list of supported algorithms. The server then selects the first one it supports. If the server does not support an algorithm from the list the handshake fails.
What do you think about this topic? Send feedback!
|
Copyright (c) by SmartSoft Ltd. All rights reserved.
|